home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / Memory Tools.cpt / Memory Tools / background_12278.txt < prev    next >
Text File  |  1989-01-07  |  2KB  |  105 lines

  1. -- background: 12278 from stack: in
  2. -- bmap block id: 18391
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on opencard
  8.   hide field "data"
  9.   set the scroll of field "info" to 0
  10. end opencard
  11.  
  12. on arrowkey
  13.   visual effect scroll left
  14.   go next card of this background
  15. end arrowkey
  16.  
  17.  
  18.  
  19. -- part 63 (button)
  20. -- low flags: 00
  21. -- high flags: A000
  22. -- rect: left=429 top=44 right=85 bottom=487
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 11645 / 11645
  25. -- text alignment: 1
  26. -- font id: 0
  27. -- text size: 12
  28. -- style flags: 0
  29. -- line height: 16
  30. -- part name: index
  31. ----- HyperTalk script -----
  32. on mouseUp
  33.   visual effect barn door close
  34.   go card "index"
  35. end mouseUp
  36.  
  37.  
  38.  
  39. -- part 68 (field)
  40. -- low flags: 01
  41. -- high flags: 2007
  42. -- rect: left=8 top=85 right=330 bottom=500
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 0 / 0
  45. -- text alignment: 0
  46. -- font id: 3
  47. -- text size: 12
  48. -- style flags: 0
  49. -- line height: 16
  50. -- part name: info
  51.  
  52.  
  53. -- part 69 (field)
  54. -- low flags: 80
  55. -- high flags: 2007
  56. -- rect: left=6 top=82 right=342 bottom=503
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 0
  60. -- font id: 3
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: data
  65.  
  66.  
  67. -- part 70 (button)
  68. -- low flags: 00
  69. -- high flags: 2000
  70. -- rect: left=43 top=51 right=67 bottom=62
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 16560 / 16560
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: New Button
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   visual effect scroll left slowly
  82.   go next card of this background
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 71 (button)
  88. -- low flags: 00
  89. -- high flags: 2000
  90. -- rect: left=19 top=51 right=67 bottom=36
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 15420 / 15420
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: New Button
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   visual effect scroll right slowly
  102.   go prev card of this background
  103. end mouseUp
  104.  
  105.